home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / vikingw.dir / 01641_Script_startmovie < prev    next >
Text File  |  1995-09-12  |  658b  |  27 lines

  1. Global gBtn17, gBtn16, gWhatMovie, gCrossed, gTheHelpIsOn, gReInitGlobals, gInitGlobals
  2.  
  3. on StartMovie
  4.   set gBtn16 = birth(script "a3StateButton", 46, 1931, "SV141819.AIF", "VCrossEgypt", "HandCursor")
  5.   set gBtn17 = birth(script "a3StateButton", 47, 1925, "SV141819.AIF", "VCrossAztec", "HandCursor")
  6.   if gInitGlobals = 1 then
  7.     VInitGlobals
  8.     set gInitGlobals = 0
  9.   else
  10.     if gReInitGlobals = 1 then
  11.       GlobalSetUpFromTheatre
  12.       set gReInitGlobals = 0
  13.     end if
  14.   end if
  15.   VGlobalsSetUp
  16.   set gTheHelpIsOn = 0
  17.   put "VikingW" into gWhatMovie
  18. end
  19.  
  20. on StopMovie
  21.   set gBtn16 = 0  
  22.   set gBtn17 = 0
  23.   unloadcast
  24. end
  25.  
  26.  
  27.